type go/printer.whiteSpace
13 uses
go/printer (current package)
nodes.go#L48: func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (nbreaks int) {
nodes.go#L1788: func (p *printer) funcBody(headerSize int, sep whiteSpace, b *ast.BlockStmt) {
printer.go#L26: type whiteSpace byte
printer.go#L29: ignore = whiteSpace(0)
printer.go#L30: blank = whiteSpace(' ')
printer.go#L31: vtab = whiteSpace('\v')
printer.go#L32: newline = whiteSpace('\n')
printer.go#L33: formfeed = whiteSpace('\f')
printer.go#L34: indent = whiteSpace('>')
printer.go#L35: unindent = whiteSpace('<')
printer.go#L67: wsbuf []whiteSpace // delayed white space
printer.go#L102: p.wsbuf = make([]whiteSpace, 0, 16) // whitespace sequences are short
printer.go#L905: case whiteSpace:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)